home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / VirtualDub / Setup / helpfile.h < prev    next >
C/C++ Source or Header  |  2003-10-01  |  3KB  |  96 lines

  1. //    VirtualDub - Video processing and capture application
  2. //    Copyright (C) 1998-2001 Avery Lee
  3. //
  4. //    This program is free software; you can redistribute it and/or modify
  5. //    it under the terms of the GNU General Public License as published by
  6. //    the Free Software Foundation; either version 2 of the License, or
  7. //    (at your option) any later version.
  8. //
  9. //    This program is distributed in the hope that it will be useful,
  10. //    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. //    GNU General Public License for more details.
  13. //
  14. //    You should have received a copy of the GNU General Public License
  15. //    along with this program; if not, write to the Free Software
  16. //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. #ifndef f_HELPFILE_H
  19. #define f_HELPFILE_H
  20.  
  21. #define IDH_CAPTURE_PREFS_DEFAULTDRIVER        50000
  22. #define IDH_CAPTURE_PREFS_PERDRIVER            50001
  23. #define IDH_CAPTURE_PREFS_INITIALDISPLAY    50002
  24. #define IDH_CAPTURE_PREFS_SLOW                50003
  25.  
  26. #define IDH_CAPTURE_SETTINGS_FRAMERATE        50100
  27. #define IDH_CAPTURE_SETTINGS_LIMITLENGTH    50101
  28. #define IDH_CAPTURE_SETTINGS_DROPLIMIT        50102
  29. #define IDH_CAPTURE_SETTINGS_MAXINDEX        50103
  30. #define IDH_CAPTURE_SETTINGS_VIDBUFLIMIT    50104
  31. #define IDH_CAPTURE_SETTINGS_AUDIOBUFFERS    50105
  32. #define IDH_CAPTURE_SETTINGS_LOCKDURATION    50106
  33.  
  34. #define IDH_CAPTURE_HISTOGRAM                50200
  35. #define IDH_CAPTURE_VUMETER                    50201
  36.  
  37. #define    IDH_DLG_VFR_FRAMERATE                50300
  38. #define    IDH_DLG_VFR_DECIMATION                50301
  39.  
  40. #define IDH_DLG_VDEPTH_INPUT                50400
  41. #define    IDH_DLG_VDEPTH_OUTPUT                50401
  42.  
  43. #define IDH_DLG_VCLIP_RANGES                50500
  44. #define    IDH_DLG_VCLIP_OFFSETAUDIO            50501
  45. #define IDH_DLG_VCLIP_CLIPAUDIO                50502
  46.  
  47. #define IDH_VIDCOMP_DELTAFRAMES                50600
  48. #define IDH_VIDCOMP_FOURCCCODE                50601
  49. #define IDH_VIDCOMP_DRIVERNAME                50602
  50. #define IDH_VIDCOMP_FORMATRESTRICTIONS        50603
  51. #define IDH_VIDCOMP_QUALITYSETTING            50604
  52. #define IDH_VIDCOMP_TARGETDATARATE            50605
  53. #define IDH_VIDCOMP_KEYFRAMEINTERVAL        50606
  54.  
  55. #define IDH_AUDCONV_SAMPLINGRATE            50700
  56. #define IDH_AUDCONV_INTEGRALCONVERSION        50701
  57. #define IDH_AUDCONV_PRECISION                50702
  58. #define IDH_AUDCONV_CHANNELS                50703
  59. #define IDH_AUDCONV_BANDWIDTHREQUIRED        50704
  60. #define IDH_AUDCONV_HIGHQUALITY                50705
  61.  
  62. #define IDH_SETUP_BENCHMARK                    55000
  63. #define    IDH_SETUP_INSTALL                    55001
  64. #define    IDH_SETUP_UNINSTALL                    55002
  65. #define    IDH_SETUP_REMOVE                    55003
  66. #define    IDH_BENCHMARK_FRAME_SIZE            55100
  67. #define    IDH_BENCHMARK_FRAME_COUNT            55101
  68. #define    IDH_BENCHMARK_FRAME_BUFFERS            55102
  69. #define    IDH_BENCHMARK_FRAME_RATE            55103
  70. #define    IDH_BENCHMARK_DISK_BUFFER            55104
  71. #define    IDH_BENCHMARK_DATA_RATE                55105
  72. #define    IDH_BENCHMARK_BUFFERING                55106
  73.  
  74. #define IDH_PREFS_MAIN_OUTPUTCOLORDEPTH        56000
  75. #define IDH_PREFS_MAIN_PROCESSPRIORITY        56001
  76. #define IDH_PREFS_MAIN_ADDEXTENSION            56002
  77. #define IDH_PREFS_DISPLAY_16BITDITHER        56100
  78. #define IDH_PREFS_SCENE_INTERFRAME            56200
  79. #define IDH_PREFS_SCENE_INTRAFRAME            56201
  80. #define IDH_PREFS_CPU_OPTIMIZATIONS            56300
  81. #define    IDH_PREFS_AVI_RESTRICT_1GB            56400
  82. #define    IDH_PREFS_AVI_AUTOCORRECT_L3        56401
  83.  
  84. #define IDH_COACH                            59500
  85.  
  86. #define IDH_CAPWARN_PINNACLE                59600
  87. #define IDH_CAPWARN_ZORAN                    59601
  88. #define IDH_CAPWARN_BROOKTREE                59602
  89. #define IDH_WARN_MPEG4                        59603
  90.  
  91. #define IDH_CRASH                            60000
  92.  
  93. #define IDH_TROUBLE_CAP                        61000
  94.  
  95. #endif
  96.